Matt Westcott b3e68b69fc Upgrade puppeteer to 22.x | vor 6 Monaten | |
---|---|---|
.. | ||
scss | vor 5 Monaten | |
src | vor 5 Monaten | |
storybook | vor 1 Jahr | |
tests | vor 4 Monaten | |
README.md | vor 2 Jahren | |
extract-translatable-strings.js | vor 2 Jahren | |
package-lock.json | vor 3 Jahren | |
tailwind.config.js | vor 9 Monaten | |
webpack.config.js | vor 9 Monaten |
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
.