All Projects → giuseppeg → suitcss-toolkit

giuseppeg / suitcss-toolkit

Licence: other
A toolkit of UI components and utilities

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
Makefile
30231 projects

SUIT CSS Toolkit

Build Status

A toolkit of UI components and utilities developed following the SUIT's design principles.

Toolkit is developed as a mono-repository and managed with lernajs.

Contributing

git clone https://github.com/giuseppeg/suitcss-toolkit.git
cd suitcss-toolkit
npm i

All of the packages are under the packages folder.

When making a change please create a new branch and adhere to the following naming conventions:

[packages/packageName/](add|update|fix|try)[/description]

Examples:

packages/components-form/add
packages/components-dropdown/fix/alignment
update/packagejson # refers to the monorepo root

Scaffolding

You can scaffold a new component or utilities with the following commands:

make component name=my-component
make utils name=my-utils

License

BSD-3-Clause

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].