0.1.0 • Published 1 year ago

@urban-ui/stack v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@urban-ui/stack

layout | stack

npm minzip size License

Handles orientation and spacing of children

## Getting started

pnpm add -S @urban-ui/stack
import {Stack} from '@urban-ui/stack'

export function MyComponent() {
  return <Stack />
}

Details

@TODO details about the component

API

PropTypeDescription