Foxx is a javascript library of easily customisable and reusable utility UI components
- start foxx
- define preferences
- call component
- parse data
- Easy init ?
a Keyboard and some set of fingers. . maybe a thinking brain
foxx js is built on (vanilla) Js.
- include foxx static file
<!--html--> <script src="./path_to/foxx.js"></script>
- trot like a foxx !
Available Components:
- Toast ui
- Alerts (coming soon)
- SideBar (coming soon)
- define preferences
settings = ({ position:'place_top_center', css:'light', timeOut:12000, delay:000, dismiss:false }) - call component
// toast notification sample fx.toast.success({ title:'Notification head', body:'Howdy, this is a sample notification simple & reusable, Check out the cool button below<btn >click me</bt>', opt:settings //use preference instance }) - voila
That's pretty much all you need to know.
some features that makes things a bit interestiong:
- Dark Mode
- Custom css injection
- customisable Animations
- Append Components to a specified element
- More under way
foxx default night colors
const settings = ({
css:'dark'
})using customised css classes
const settings = ({
css:'your_custom_css_class'
})attach component to html element
const settings = ({
placeAfter:'html_element_id'
})contributions are absolutely welcome and appreciated
- Write MORE Tests
- Add Alerts Ui
- Add sideBar Ui
MIT
Free Software, Hell Yeah!