0.6.4 • Published 3 years ago

bubo-swap-uikit v0.6.4

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

🥞 bubo UI Kit

Install

yarn add bubo-swap-uikit

Developing

This project uses Storybook. To start development run

$ yarn storybook

Committing

Commit messages follow Conventional Commits using commitlint.

Core Types

From Angular's guidlines

TypeDescription
buildChanges that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
ciChanges to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
docsDocumentation only changes
featA new feature
fixA bug fix
perfA code change that improves performance
refactorA code change that neither fixes a bug nor adds a feature
styleChanges that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
testAdding missing tests or correcting existing tests