Fully unstyled 💅 lightweight 🍃 user interface environment 🛠️
🚧 Progress: 60% 📈
While package is in dev – self-written documentation now available only on russian and partially, sorry 🥲
- 📦 Only small utility client deps - all components are self-written.
- 🌈 Agnostic restyle ability.
- 😌 No worries about using modal windows, notifies and z-index dropdown problems - it includes full environment for better render control experience.
- 📖 No repeatable components. Only basic, with cookbook to create one from another.
Bash into root folder of your project:
npm install blanc-ui@latest
Add base styles to your root file:
import 'blanc-ui/react/css'
/** or */
import 'blanc-ui/vue/css'
Then initialize plugins or providers you need to use and build your own components.
📓 Available Writable Documentation
name | status | documentation |
---|---|---|
accordion | ready | storybooked |
button | ready | storybooked |
button group | ready | storybooked |
checkbox | ready | storybooked |
dropdown | ready | storybooked |
input | ready | storybooked |
modal | ready | storybooked |
table | ready | storybooked |
textarea | ready | storybooked |
toast | ready | storybooked |
radio group | ready | storybooked |
radio | ready | storybooked |
icon | ready | storybooked |
calendar | in progress | storybooked |
select | in progress | storybooked |
spoiler | ready | storybooked |
datepicker | to do | to do |
name | status | documentation |
---|---|---|
iconify | ready | to do |
notify | ready | storybooked |
eventBus | ready | documenting |
view-layers | ready | storybooked |
name | status | documentation |
---|---|---|
accordion | ready | storybooked |
button | ready | storybooked |
button group | ready | storybooked |
checkbox | ready | storybooked |
dropdown | backlog | backlog |
input | ready | storybooked |
modal | ready | storybooked |
table | testing | storybooked |
textarea | ready | storybooked |
toast | ready | storybooked |
radio group | backlog | backlog |
radio | backlog | backlog |
select | backlog | backlog |
spoiler | ready | storybooked |
icon | ready | storybooked |
calendar | backlog | backlog |
datepicker | backlog | backlog |
name | status | documentation |
---|---|---|
iconify | ready | to do |
eventBus | backlog | backlog |
notify | ready | storybooked |
view-layers | ready | storybooked |