Jarek Radosz
22a6ae7e32
DEV: Remove renderTemplate
from the styleguide (#21660)
Adds plugin API:
```js
import fidget from "../components/styleguide/molecules/fidget";
api.addStyleguideSection({
component: fidget,
id: "fidget",
category: "molecules",
priority: 0,
});
```
Removes notes. You can always add `<p class="styleguide-note">` to section components to annotate them.
2023-05-25 11:22:36 +02:00
..
2023-05-19 07:37:23 -05:00
2023-05-19 10:33:48 +02:00
2023-02-13 12:39:45 +08:00
2023-01-09 11:49:28 +00:00
2023-05-24 23:05:36 +03:00
2023-05-15 12:45:04 +03:00
2023-05-25 11:22:36 +02:00
2023-05-23 13:41:23 +05:30
2023-05-24 23:05:36 +03:00
2023-05-09 19:19:26 +02:00
2023-05-25 09:10:32 +08:00
2023-04-05 12:28:16 +01:00
2023-05-25 10:08:10 +08:00
2023-02-02 13:03:11 +00:00
2023-05-17 09:16:42 -07:00
2023-05-23 09:33:55 +02:00
2023-05-25 07:53:57 +08:00
2023-05-24 18:59:12 +02:00
2023-03-23 11:47:14 +10:00
2023-04-06 23:30:19 +05:30
2023-05-24 18:59:12 +02:00
2021-12-23 08:40:15 +10:00
2023-01-09 11:49:28 +00:00