1.0.4 • Published 1 year ago
bwy-ui v1.0.4
bwy-ui
As a collection of component libraries encapsulated in Vue3 for oneself
install
use npm
npm i bwy-ui
Import "bwy-ui/dist/style.css" into main
Recommend partial import
Example:
import { BwyButton } from "bwy-ui"
currently developed components
- button This is a button
(1) Button Props | Attribute Name | illustrate | type | | :--: | :--: | :--: | | isDot | Is it hollow | Boolean | | color | color | String | | btnClass | class name | String | | btnStyle | inline style | Object / String |
contribute
We welcome all contributions! If you want to participate in the project, please follow the following steps:
- Fork this warehouse.
- Create a new branch on your fork to develop new features or fix issues.
- Submit your changes and push them to your branch.
- Create a new pull request and describe your changes.
Ensure that your code conforms to our code style and passes all tests.