1.0.4 • Published 1 year ago

bwy-ui v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

bwy-ui

As a collection of component libraries encapsulated in Vue3 for oneself

install

use npm

  1. npm i bwy-ui

  2. Import "bwy-ui/dist/style.css" into main

  3. Recommend partial import

Example:

import { BwyButton } from "bwy-ui"

currently developed components

  1. 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:

  1. Fork this warehouse.
  2. Create a new branch on your fork to develop new features or fix issues.
  3. Submit your changes and push them to your branch.
  4. Create a new pull request and describe your changes.

Ensure that your code conforms to our code style and passes all tests.

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago