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
the form package has too many components inside and the demo page is too big (especially with the addition of sliders)
Thoughts
Maybe create a Components tree item like in v1 which does a component-level demo and remove the packages/[name]/demos from the packages section. So the Packages tree item would contain:
a list of all packages (like today)
where each package contains:
Installation
Sass Doc
Changelog
The Components tree item would just be a list of all components in alphanumeric order linking directly to the demos for that component. Eventually might also move the Component API into here once I figure out how to get something useful from Typedoc or a new tool.
The text was updated successfully, but these errors were encountered:
Reasoning
GridList
orGrid
components due to the bad indexer resultsThoughts
Maybe create a
Components
tree item like in v1 which does a component-level demo and remove thepackages/[name]/demos
from the packages section. So thePackages
tree item would contain:where each package contains:
Installation
Sass Doc
Changelog
The
Components
tree item would just be a list of all components in alphanumeric order linking directly to the demos for that component. Eventually might also move theComponent API
into here once I figure out how to get something useful from Typedoc or a new tool.The text was updated successfully, but these errors were encountered: