@-ui/spacing 中文文档教程
@-ui/spacing
npm i @-ui/spacing
为设计系统创建间距比例
Quick Start
import styles from '@-ui/styles'
import * as spacing from '@-ui/spacing'
const variables = {
gap: {
sm: '0.5rem',
md: '1rem',
lg: '2rem',
},
pad: {
sm: '0.5rem',
md: '1rem',
lg: '2rem',
},
}
// Creates CSS variables for the scales (optional)
styles.variables(variables)
// Creates the scales
export const gap = spacing.gap(style, variables.gap)
export const pad = spacing.pad(style, variables.pad)
pad('sm')
API
LICENSE
使用 dash-ui MIT
@-ui/spacing
npm i @-ui/spacing
Create spacing scales for design systems with dash-ui
Quick Start
import styles from '@-ui/styles'
import * as spacing from '@-ui/spacing'
const variables = {
gap: {
sm: '0.5rem',
md: '1rem',
lg: '2rem',
},
pad: {
sm: '0.5rem',
md: '1rem',
lg: '2rem',
},
}
// Creates CSS variables for the scales (optional)
styles.variables(variables)
// Creates the scales
export const gap = spacing.gap(style, variables.gap)
export const pad = spacing.pad(style, variables.pad)
pad('sm')
API
LICENSE
MIT
更多
你可能也喜欢
- 1gendiff123456 中文文档教程
- 33c3 中文文档教程
- @1-corp/fixed-size-numbers-ts 中文文档教程
- @1hive/connect-react 中文文档教程
- @21epub/epub-form-components 中文文档教程
- @2hats/react-native-vector-icons 中文文档教程
- @3xanax/youtube-stream-status 中文文档教程
- @4keys/date-fns-utc-locale-es 中文文档教程
- @500px_info/graphql-query-complexity 中文文档教程
- @555platform/555parser.ts 中文文档教程