Skip to content

BeforeWinterComes/css-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
张经典
Jul 12, 2022
ddcb670 · Jul 12, 2022

History

13 Commits
Jul 8, 2022
Jul 8, 2022
Jul 12, 2022
Jul 12, 2022
Jul 7, 2022
Jul 7, 2022
Jul 12, 2022
Jul 7, 2022
Jul 12, 2022
Jul 12, 2022
Jul 8, 2022
Jul 7, 2022

Repository files navigation

your own React component library using Rollup, TypeScript, Less and Storybook

收录并维护一系列 css 特效,支持页面编辑,实时查看效果。展示页面:https://beforewintercomes.github.io/css-components/

目前包含 loading, 打字机特效, 标题弹出效果,悬浮展开文本,按钮(登录)

安装使用说明

npm i css-special-ui-components
import { TypeWriter } from 'css-special-ui-components'

function App () {
  return (
    <TypeWriter content = "Before winter comes", delay = 0.05, backgroundColor = "#222", height = "100vh" />
  );
}

export default App;

About

收录维护一些工作中常用的炫酷css特效

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published