portgas-c
v0.0.1
Published
A comprehensive collection of React components built with Tailwind CSS.
Readme
Portgas React Components
A comprehensive collection of React components built with Tailwind CSS.
Installation
npm install @portgas/react-componentsUsage
import { Button, Input, Select } from '@portgas/react-components';
function App() {
return (
<div>
<Button>Click me</Button>
<Input placeholder="Enter text" />
<Select>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
</Select>
</div>
);
}Available Components
- Button
- Input
- Select
- Checkbox
- Radio
- Switch
- Textarea
- Toast
- Modal
- Dropdown
- Tabs
- Card
- Avatar
- Badge
- Alert
- Progress
- Skeleton
- Table
- Pagination
- Menu
- Tooltip
- Popover
- Drawer
- Accordion
- Collapse
- Timeline
- Steps
- Carousel
- Rating
- Slider
- Upload
- Calendar
- DatePicker
- TimePicker
- ColorPicker
- FileInput
- CodeEditor
- DataGrid
- Chart
- Map
- VideoPlayer
- AudioPlayer
- ImageGallery
- PDFViewer
- MarkdownEditor
- RichTextEditor
Form Components
- Form
- FormField
- FormGroup
- FormLabel
- FormError
- FormHelper
- FormCheckbox
- FormRadio
- FormSelect
- FormTextarea
- FormSwitch
- FormDatePicker
- FormTimePicker
- FormFileInput
- FormColorPicker
- FormRating
- FormSlider
- FormUpload
- FormCalendar
- FormCodeEditor
- FormDataGrid
- FormChart
- FormMap
- FormVideoPlayer
- FormAudioPlayer
- FormImageGallery
- FormPDFViewer
- FormMarkdownEditor
- FormRichTextEditor
License
MIT
