react-typescript-library-template:用于创建带有sass的react typescript库组件的基本模板,并与故事书集成。 基于create-react-library

时间:2024-02-25 02:12:54
【文件属性】:

文件名称:react-typescript-library-template:用于创建带有sass的react typescript库组件的基本模板,并与故事书集成。 基于create-react-library

文件大小:138KB

文件格式:ZIP

更新时间:2024-02-25 02:12:54

react sass template components library

React打字稿库模板 安装 yarn install 运行测试 yarn test 运行故事书 yarn storybook 用法 import * as React from 'react' ; import { Hello } from 'react-typescript-library-template' ; class Example extends React . Component { render ( ) { return ( < Hello xss=removed> ) } } 执照 麻省理工学院:copyright:


【文件预览】:
react-typescript-library-template-master
----.travis.yml(39B)
----rollup.config.js(783B)
----stories()
--------index.stories.tsx(365B)
----.storybook()
--------config.js(259B)
--------addons.js(86B)
--------webpack.config.js(398B)
----package.json(2KB)
----dist()
--------index.js(2KB)
--------index.js.map(12KB)
--------index.es.js(2KB)
--------index.d.ts(103B)
--------components()
--------index.es.js.map(12KB)
----src()
--------typings.d.ts(469B)
--------__tests__()
--------index.tsx(103B)
--------components()
----tsconfig.test.json(87B)
----tsconfig.json(676B)
----.gitignore(276B)
----README.md(423B)
----yarn.lock(469KB)
----.editorconfig(147B)

网友评论