@akrc/seaweed
v0.1.0
Published
The next generation component library based on web components.
Downloads
4
Readme
Seaweed
The next generation component library based on web components.
Features
- Support Vue, React, Angular, jQuery and vanilla JS project.
- High quality components.
- Support tree shaking.
- Written in TypeScript
Install
npm install @akrc/seaweed
yarn add @akrc/seaweed
pnpm add @akrc/seaweedQuick start
// import manually
import "@akrc/seaweed/button";
// or you can full import
import "@akrc/seaweed";<sw-button type="success">Button</sw-button>Development
pnpm i
pnpm startBuild
pnpm build