Components

Inputs

The <input> element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available.


Import

import { Input } from "@cider-ui/cider-ui";

Usage

  <Input style="primary" placeholder="Hello world!" />

Styles

  <Input style="primary" placeholder="Primary"/>
  <Input style="secondary" placeholder="Secondary"/>
Previous
Button