You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although there are a few basic blocks available after creating a project, there are a lot more blocks available. However, you have to add them to your project with WP-CLI. To see the complete list of available components and blocks, visit our [Storybook](https://infinum.github.io/eightshift-docs/storybook/).
10
+
Although there are a few basic blocks available after creating a project, there are a lot more blocks available in the dev kit. However, you have to add them to your project using WP-CLI (the simplest method). To see the complete list of available components and blocks, visit our [Storybook](https://infinum.github.io/eightshift-docs/storybook/).
11
11
12
12
These can be used out-of-the-box, but also as a good starting point if you need similar blocks in your projects. It will also speed up your development time since you don't have to build everything from scratch.
13
13
@@ -24,7 +24,7 @@ If you've read our [Initial Setup](/blog/initial-setup) post, you're already fam
24
24
25
25
### Adding new component and block in our project
26
26
27
-
Let's say we need a Quote block in our project. After going through the documentation of Quote block, we see that we have one dependency, and that is Quote component. So, to make Quote block available in our project, we need two WP-CLI commands:
27
+
Let's say we need a Quote block in our project. After going through the documentation of the Quote block, we see that we have one dependency, and that is the Quote component. So, to make Quote block available in our project, we need two WP-CLI commands:
0 commit comments