@nejcm/react-skeleton
Version:
React skeleton loader that allows customization with some predefined templates.
9 lines (8 loc) • 401 B
TypeScript
import Skeleton from './components/Skeleton';
export default Skeleton;
export { Card } from './components/Templates/Card';
export { Comment } from './components/Templates/Comment';
export { Form } from './components/Templates/Form';
export { Grid } from './components/Templates/Grid';
export { Paragraph } from './components/Templates/Paragraph';
export { Table } from './components/Templates/Table';