Skip to content

giuseppeg/suitcss-toolkit

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

A toolkit of UI components and utilities

Resources

License

Stars

Watchers

Forks

Packages

No packages published