@ubuilder/styles
v0.5.18
Published
UBuilder Styles
Downloads
5
Readme
UBuilder Styles
CSS style for UBuilder 8.
Setup
by CDN
<style rel="stylesheet" src="https://cdn.jsdelivr.net/npm/@ubuilder/styles/index.css">
by NPM Package
npm i @ubuilder/styles
@import '@ubuilder/styles';
If using only base module, use
@import '@ubuilder/styles/base';
Controls
Color variants exists on all controls. You can import only for specific colors.
- dark
- amber
- blue
- cyan
- emerald
- fuchsia
- gray
- green
- indigo
- lime
- neutral
- orange
- pink
- purple
- red
- rose
- sky
- slate
- stone
- teal
- violet
- yellow
- zinc
Button
- Color variants classes
- .outline : outlined button
- .round .square : coner variants
- .light : light color variant