JSPM

@urban-ui/panel

0.4.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q13258F
  • License MIT

Panels are layout components which hold content

Package Exports

  • @urban-ui/panel
  • @urban-ui/panel/anatomy
  • @urban-ui/panel/build
  • @urban-ui/panel/styles

Readme

@urban-ui/panel

layout | panel

npm minzip size License

Panels are layout components which hold content

Getting started

pnpm add -S @urban-ui/panel
import {Panel} from '@urban-ui/panel'

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

Details

@TODO details about the component

API

Prop Type Description