0.4.0 • Published 2 months ago

@unify-ui/web-components v0.4.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

@unify-ui/web-components

Usage

  1. Install the package
npm install @unify-ui/web-components
  1. Import css style in main js file
import '@unify-ui/web-components/lib/styles/base.css'
  1. Register components

There are two ways to register web components:

  • Full import
  • On-demand import
// Full import
import '@unify-ui/web-components'
// On-demand import
import '@unify-ui/web-components/lib/button/index.js'
0.4.0

2 months ago

0.3.1

2 months ago

0.3.0

4 months ago

0.2.0

5 months ago

0.1.5

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.2

5 months ago

0.1.1

5 months ago

0.1.0

5 months ago