Bartosz Cieliński 39d1bc816d Ensure Draftail features wrap in case there is a lot of added features | 2 周之前 | |
---|---|---|
.. | ||
scss | 1 月之前 | |
src | 10 小時之前 | |
storybook | 11 月之前 | |
tests | 1 月之前 | |
README.md | 2 年之前 | |
extract-translatable-strings.js | 2 年之前 | |
package-lock.json | 3 年之前 | |
tailwind.config.js | 1 月之前 | |
webpack.config.js | 1 月之前 |
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
.