components-funtech-ui
v1.0.3
Published
React component library
Maintainers
Readme
components-funtech-ui
React-библиотека компонентов.
Storybook
npm run storybookОткроется на http://localhost:6006
Установка
npm install components-funtech-uiИспользование
import { Plug, AppLoader, Accordion } from "components-funtech-ui";
// стили подключаются автоматически из пакета;
// при необходимости можно импортировать отдельно:
// import "components-funtech-ui/styles.css";
export function Example() {
return <Plug type="404" component={<div>Not found</div>} />;
}