ember-freestyle
ember-freestyle copied to clipboard
Create a component explorer for your Ember app
- [ ] `FreestyleAnnotation` - [ ] `FreestyleCollection` - [ ] `FreestyleDynamic` (or deprecate in favour of `Freestyle::Usage`?) - [ ] `FreestyleDynamicInput` (or deprecate in favour of `Freestyle::Usage`?) - [...
This option was added in https://github.com/ember-cli/ember-cli/pull/9595 and will be released in Ember CLI v4.
I was unable to build a simple "permutation gallery" using the variations tool and an `each` loop over a simple array. I tried several variations, some of which did nothing...
I'm seeing this frequently (every other PR or so) as a Percy test failure (see image below). There appears to be an issue with loading the font style completely before...
There are three separate, related components for including notes in a Freestyle guide: `freestyle-notes`, `freestyle-note`, and `freestyle-annotation`. This unnecessarily complicated approach is a result of quick prototyping. Let's simplify it.
We have some new ideas for the public API for Freestyle that we think will make conceptual and ergonomic improvements for developers. Here's the idea: ## Example of new API...
Running `ember install ember-freestyle` already adds a `freestyle` controller to the user's project making the app re-export unnecessary. Personally, I always use `style-guide` as the name for my style-guide route,...
Our Style Guide has over 100 components. It takes a long time to render all of them and also to find a specific one that we want to view. A...
Order seems backwards: the title should appear above the dynamic properties form.