Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Latest commit

 

History

History

input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Input

✨ Import

import { Input, InputProps } from "purplex-components";

// or

import { 
  Input, 
  InputProps,

  // styles
  affix,
  container,
  input
} from "purplex-components/base/input";