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
I need the ability to pass a custom class name to <trix-editor> because I want to override a css property that is set via the default trix.css. More specifically I want to override min-height because I want the editor to have different heights at different times.
What do you think of updating storybook? It took me some time to figure how to implement the new story with the older API. See the change in API here for how to add parameters and decorators.
I need the ability to pass a custom class name to
<trix-editor>
because I want to override a css property that is set via the defaulttrix.css
. More specifically I want to overridemin-height
because I want the editor to have different heights at different times.It looks like we could accomplish this through
trixEditorOptions
.I'm open to collaborating on this further.
The text was updated successfully, but these errors were encountered: