shimo-ui-loader
v1.0.6
Published
shimo-ui-loader
Readme
Introduction
This library is a webpack loader for shimo-ui.
It can Change the way of import to mini.
For example:
import { Button, ColorPicker } from '@shimo/ui/components'
| |
Ⅴ
import Button from "@shimo/ui/components/button";
import ColorPicker from "@shimo/ui/components/color_picker"