🎨 CommandOption

Option component.

1. Import:

import { CommandOption } from "superkey";

2. Use:

<CommandOption value="Hello">
  <h1>Hello</h1>
</CommandOption>

3. Props:

-PropDescriptionRequired
⚙️valueThe value of the option.Required
⚙️childrenOption content.Required
🎨classNameEdit the styles of the option.Optional
🎨activeClassNameEdit the active styles of the option.Optional