/rsui

Created with CodeSandbox

Primary LanguageCSS



rsui

Reusable Sass UI Components 🎉


UI components written as modular Sass files.

Edit in CodeSandbox

Usage via npm

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';
}

Usage without npm (preferred)

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.