Install Tabs
A tabs component that displays install commands for different package managers.
Installation
Props
Prop | Type | Default |
---|---|---|
commands | Record<string, string> | - |
lang? | string | bash |
themes? | Record<string, string> | { light: 'github-light', dark: 'github-dark' } |