@mankindui/core
Version:
- a react component library - you can see how @mankindui/core can be used via examples: [usage examples](https://github.com/clarklindev/mankindui-test)
80 lines (79 loc) • 2.67 kB
JavaScript
import { Button as e } from "./Button/index.js";
import { Input as p } from "./Input/index.js";
import { Label as m } from "./Label/index.js";
import { Card as a } from "./Card/index.js";
import { Icon as i } from "./Icon/index.js";
import { Accordion as l } from "./Accordion/index.js";
import { Avatar as g } from "./Avatar/index.js";
import { Badge as u } from "./Badge/index.js";
import { Breadcrumb as B } from "./Breadcrumb/index.js";
import { Heading as S } from "./Heading/index.js";
import { Layout as s } from "./Layout/index.js";
import { Checkbox as L } from "./Checkbox/index.js";
import { Counter as I } from "./Counter/index.js";
import { CodeBlock as h } from "./CodeBlock/index.js";
import { Popover as R } from "./Popover/index.js";
import { Calendar as y } from "./Calendar/index.js";
import { Datepicker as M } from "./Datepicker/index.js";
import { Dialog as O } from "./Dialog/index.js";
import { Divider as q } from "./Divider/index.js";
import { InputOtp as E } from "./InputOtp/index.js";
import { List as G } from "./List/index.js";
import { Pagination as K } from "./Pagination/index.js";
import { ProgressLoader as U } from "./ProgressLoader/index.js";
import { RadioButton as W } from "./RadioButton/index.js";
import { Select as Y } from "./Select/index.js";
import { Slider as _ } from "./Slider/index.js";
import { SliderMultiRange as rr } from "./SliderMultiRange/index.js";
import { Snackbar as er } from "./Snackbar/index.js";
import { Spinner as pr } from "./Spinner/index.js";
import { Table as mr } from "./Table/index.js";
import { Tabs as ar } from "./Tabs/index.js";
import { TabbedCard as ir } from "./TabbedCard/index.js";
import { Text as lr } from "./Text/index.js";
import { Textarea as gr } from "./Textarea/index.js";
import { ToggleButton as ur } from "./ToggleButton/index.js";
import { ToggleSwitch as Br } from "./ToggleSwitch/index.js";
import { Tree as Sr } from "./Tree/index.js";
import { Navbar as sr } from "./Navbar/index.js";
export {
l as Accordion,
g as Avatar,
u as Badge,
B as Breadcrumb,
e as Button,
y as Calendar,
a as Card,
L as Checkbox,
h as CodeBlock,
I as Counter,
M as Datepicker,
O as Dialog,
q as Divider,
S as Heading,
i as Icon,
p as Input,
E as InputOtp,
m as Label,
s as Layout,
G as List,
sr as Navbar,
K as Pagination,
R as Popover,
U as ProgressLoader,
W as RadioButton,
Y as Select,
_ as Slider,
rr as SliderMultiRange,
er as Snackbar,
pr as Spinner,
ir as TabbedCard,
mr as Table,
ar as Tabs,
lr as Text,
gr as Textarea,
ur as ToggleButton,
Br as ToggleSwitch,
Sr as Tree
};
//# sourceMappingURL=index.js.map