Thibaud Colas bfbc23e33a Move all explorer-related styles to the same file | %!s(int64=7) %!d(string=hai) anos | |
---|---|---|
.. | ||
scss | %!s(int64=7) %!d(string=hai) anos | |
src | %!s(int64=7) %!d(string=hai) anos | |
template | %!s(int64=7) %!d(string=hai) anos | |
tests | %!s(int64=7) %!d(string=hai) anos | |
webpack | %!s(int64=7) %!d(string=hai) anos | |
README.md | %!s(int64=7) %!d(string=hai) anos | |
package.json | %!s(int64=7) %!d(string=hai) anos |
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
.