Scott Cranfill 347cab9e37 TypedTableBlock: Add aria-expanded attribute to add new column button | 3 tahun lalu | |
---|---|---|
.. | ||
.storybook | 3 tahun lalu | |
scss | 3 tahun lalu | |
src | 3 tahun lalu | |
tests | 3 tahun lalu | |
README.md | 7 tahun lalu | |
package-lock.json | 3 tahun lalu | |
webpack.config.js | 3 tahun lalu |
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
.