uiuxcodes
Start your next project with pre-defined moderan design component
Installation
yarn add uiuxcodes
OR
npm i uiuxcodes
Usage For Bootstrap 5
# Usage with scss files, you can omit the .scss extension
@import '@uiuxcodes/bootstrap/bootstrap/style.scss';
# if node_modules not resolved via above
@import '~@uiuxcodes/bootstrap/bootstrap/style.scss';
# Usage with css files - NOTE: THIS IS BROKEN FOR NOW
@import '@uiuxcodes/bootstrap/dist/bootstrap/style.css';
# You can also use minified version
@import '@uiuxcodes/bootstrap/dist/bootstrap/style.min.css';
Support
For support, email info@uiuxcodes.com.