@darksnow-ui/command
v1.0.0
Published
command component for DarkSnow UI
Downloads
6
Maintainers
Readme
@darksnow-ui/command
command component for DarkSnow UI design system.
Installation
npm install @darksnow-ui/command
# or
yarn add @darksnow-ui/command
# or
pnpm add @darksnow-ui/commandUsage
import { command } from '@darksnow-ui/command'
function App() {
return (
<command>
Content
</command>
)
}License
MIT © DarkSnow UI
