This blog will demonstrate that extending Lion is not limited to components. Documentation and demos can be reused as well. This removes duplicate work such as writing and maintaining documentation.
A naming convention that is similar to Lion*
for class names and lion-*
for tag names is required for this to work. For this demo, we use the the names ExampleButton
and example-button
.
This article assumes some basic terminal knowledge, and a working installation of npm. …
About