Skip to content

AkaraChen/seaweed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

666 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seaweed

The next generation component library based on web components.

E2E Test Lint

Features

  1. Support Vue, React, Angular, jQuery and vanilla JS project.
  2. High quality components.
  3. Support tree shaking.
  4. Written in TypeScript

Install

npm install @akrc/seaweed
yarn add @akrc/seaweed
pnpm add @akrc/seaweed

Quick 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 start

Build

pnpm build

About

The next generation component library based on web components.

Topics

Resources

License

Contributing

Stars

14 stars

Watchers

1 watching

Forks

Releases

No releases published

Contributors