-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flex Container #24
Comments
@npeltier where are we thinking of putting this? We probably need a new maven project, right? Thoughts on naming? |
what about structure project? you can change the name |
chrischrischris
added a commit
to chrischrischris/adobe-dx
that referenced
this issue
Aug 3, 2020
Note that once flex is complete (adobe#24) the `FLEX_CLASS` and `FLEX_CONTAINER_SELECTOR` consts may need to be updated.
Closed
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Aug 28, 2020
this component will not be done in one PR :-) got fore & back ground colors working ( no dialog yet) on docs by: - making responsive configuration more complex (with an instanciation of it for docs in content, - added a FlexModel.getId, even if we might want to move this to some abstract model later, - fixed a few bad resource types here & there
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Aug 28, 2020
this component will not be done in one PR :-) got fore & back ground colors working ( no dialog yet) on docs by: - making responsive configuration more complex (with an instanciation of it for docs in content, - added a FlexModel.getId, even if we might want to move this to some abstract model later, - fixed a few bad resource types here & there
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Aug 28, 2020
this component will not be done in one PR :-) got fore & back ground colors working ( no dialog yet) on docs by: - making responsive configuration more complex (with an instanciation of it for docs in content, - added a FlexModel.getId, even if we might want to move this to some abstract model later, - fixed a few bad resource types here & there
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Aug 29, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Aug 31, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 3, 2020
- StyleService checks for current component's type styleWorker property, and registered workers, and computes one style for all, - Shadow worker + UT - Border worker + UT
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 4, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 9, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
this component will not be done in one PR :-) got fore & back ground colors working ( no dialog yet) on docs by: - making responsive configuration more complex (with an instanciation of it for docs in content, - added a FlexModel.getId, even if we might want to move this to some abstract model later, - fixed a few bad resource types here & there
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
- StyleService checks for current component's type styleWorker property, and registered workers, and computes one style for all, - Shadow worker + UT - Border worker + UT
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 14, 2020
npeltier
added a commit
to npeltier/adobe-dx
that referenced
this issue
Sep 15, 2020
- makes responsive configuration more complex, - makes style guide more abstract, with colors and gradient, - adds a FlexModel.getId, even if we might want to move this to some abstract model later, - introduces InlineStyleService that dynamically binds to InlineStyleWorker instances that each outputs inline style in context with the component, and the responsive layout, - introduces generic InlineStyleWorkers for border, color, shadow, background-*, - introduces specific InlineStyleWorkers for flex specific rules, - adds a FlexModel.getStyle that reuses the above, - adds conf + content for dx-docs, that should have a hello world flex usage at /content/dx-docs/us/en.html - adds testing-extension module that allows easy UT of models with all of the above
npeltier
added a commit
that referenced
this issue
Sep 15, 2020
GH-24 [flex] script, model, and configuration
npeltier
added a commit
that referenced
this issue
Sep 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature Request
Is your feature request related to a problem? Please describe.
Maybe?
Describe the solution you'd like
The Dx (also known as Dexter) team wants to contribute our Flex Container component.
It is mostly based on flexbox with other niceties thrown in:
Component per-breakpoint features (individually configurable per mobile, tablet, desktop)
Flex item per-breakpoint features (configurable per mobile, tablet, desktop)
One size fits all features
Overall features that come with (i.e. required) and useful for other components
Are there alternatives?
CSS Grid, but it's not IE11 compatible (without transpiling / decent authorability)
Documentation
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
As I find time, I'll put some videos together in an AEM context. Most of the docs are probably covered with the above criteria.
The text was updated successfully, but these errors were encountered: