Reusable Sass UI Components 🎉
UI components written as modular Sass files.
yarn add rstacruz/rsui
Use any of the .scss
files at the root of this repo. Nest an @import
in.
.my-field {
@import '~@rstacruz/rsui/floating-label-input';
}
Just copy the contents of each .scss
file you need into your project. Each file is usable on its own, and provide great starting grounds for custom cumponents.