Bacuri is a minimalist framework that uses Material Design concepts, and has a plugin system to enhance its capabilities.
Check the official documentation for more infos.
Requirements:
- Node.js
- Sass compiler
NPM
$ npm i bacuri
Yarn
$ yarn add bacuri
Bacuri basically adds a color scheme, some typography, buttons and set a flexbox layout. For more components can be addded using the plugin system.
Read more about the plugin system
Since the classes are attached to a specific HTML tag, the understading of Semantic HTML is need for a better use.
- HTML5
- SCSS
- Typescript
- Rollup
Luigi Moraes