UNPKG

@smitch/fluid

Version:

A lightweight, Tailwind-powered React/Next.js UI component library.

52 lines 2.24 kB
export { Accordion, AccordionItem } from "./accordion"; export { Alert } from "./alert"; export { Autocomplete } from "./autocomplete"; export { Badge } from "./badge"; export { Blockquote } from "./blockquote"; export { Breadcrumbs } from "./breadcrumbs"; export { Button, CloseButton } from "./button"; export { ButtonGroup } from "./buttongroup"; export { Card, CardHeader, CardBody, CardImage, CardFooter } from "./card"; export { Carousel } from "./carousel"; export { Checkbox } from "./checkbox"; export { Clock } from "./clock"; export { Codeblock } from "./codeblock"; export { Counter } from "./counter"; export { DataTable } from "./datatable"; export { Dialog } from "./dialog"; export { Dropdown } from "./dropdown"; export { Figure } from "./figure"; export { FileUpload } from "./fileupload"; export { Form, Fieldset, RegisterForm } from "./form"; export { Gallery } from "./gallery"; export { Heading } from "./heading"; export { Hero } from "./hero"; export { Icon } from "./icon"; export { Input } from "./input"; export { Label } from "./label"; export { Loading, Spinner } from "./loading"; export { Modal } from "./modal"; export { NavBar } from "./navbar"; export { Pagination } from "./pagination"; export { PasswordInput } from "./passwordinput"; export { Pictogram } from "./pictogram"; export { PlaceHolder } from "./placeholder"; export { Progress } from "./progress"; export { RadioGroup } from "./radiogroup"; export { RangeInput } from "./rangeinput"; export { Ratings } from "./ratings"; export { Tabs } from "./tabs"; export { SearchInput } from "./searchinput"; export { Select } from "./select"; export { Sidebar } from "./sidebar"; export { SocialShare, FacebookButton, RedditButton, LinkedinButton, PinterestButton, SlackButton, TelegramButton, WhatsAppButton, XButton, BlueskyButton, } from "./socialshare"; export { StatBar } from "./statbar"; export { Switch } from "./switch"; export { TextInput } from "./textinput"; export { TextArea } from "./textarea"; export { Toast } from "./toast"; export { Ticker } from "./ticker"; export { TwitterEmbed } from "./twitterembed"; export { VideoPlayer, Video } from "./videoplayer"; export { YoutubeEmbed } from "./youtubeembed"; //# sourceMappingURL=index.js.map