- Notifications
You must be signed in to change notification settings - Fork44
UI components based on React and DevUI Design
License
NotificationsYou must be signed in to change notification settings
DevCloudFE/react-devui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
English |简体中文
yarn add @react-devui/ui @react-devui/icons @react-devui/hooks @react-devui/utils
importtype{DRootProps}from'@react-devui/ui';import{useMemo}from'react';import{DRoot}from'@react-devui/ui';exportdefaultfunctionApp(){constrootContext=useMemo<DRootProps['context']>(()=>({layout:{pageScrollEl:'#app-main',contentResizeEl:'#app-content'},}),[]);return(<DRootcontext={rootContext}><mainid="app-main"style={{overflow:'auto'}}><sectionid="app-content"style={{height:'200vh'}}> Some content...</section></main></DRoot>);}
Please read ourcontributing guide first.
Need unit test support (Jest) 🤝.
About
UI components based on React and DevUI Design
Topics
Resources
License
Code of conduct
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors9
Uh oh!
There was an error while loading.Please reload this page.