Skip to content

dizzy-Lee/sanft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sanft

一个基于React和TypeScript的UI组件库
  • 引入

    import { SanButton } from 'Sanft'
    
  • 使用

    <SanButton
        size={ButtonSize.Small}
        onClick={e => {
          e.preventDefault()
          message.info("hello")
        }}
        >
        Hello world
    </SanButton>
    
  • 以storybook启动项目

    npm run storybook

正在施工中......

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published