the-r3aper7 bb33e7c508 Add ClipboardController to allow copying to the clipboard (Stimulus) | 11 months ago | |
---|---|---|
.. | ||
scss | 11 months ago | |
src | 11 months ago | |
storybook | 11 months ago | |
tests | 1 year ago | |
README.md | 2 years ago | |
extract-translatable-strings.js | 2 years ago | |
package-lock.json | 3 years ago | |
tailwind.config.js | 1 year ago | |
webpack.config.js | 1 year ago |
This library aims to give developers the ability to subclass and configure Wagtail's UI components.
npm install wagtail
import { Explorer } from 'wagtail';
// [...]
<Explorer />;
# From the project root, start the webpack + styles compilation.
npm run start
You will also need:
The front-end is bundled at the same time as the Wagtail project. This package also aims to be available separately on npm as wagtail
.