Use grommet as a library
See original GitHub issueFirst of all guys: I ❤️ your UI!
I trying to use it as a dependent library of my project: var Dashboard = require('grommet').Dashboard
. But right now it’s impossible, you do not provide a compiled version of the source in the npm package.
Is it possible to distribute builded source with your next (or next next) release?
The SCSS files will to be compiled to CSS too.
Issue Analytics
- State:
- Created 8 years ago
- Comments:64 (52 by maintainers)
Top Results From Across the Web
Using Grommet In React Applications - Smashing Magazine
Grommet is a React component library that boasts of responsive and accessible mobile-first code components. It does this through its components ...
Read more >Grommet
streamline the way you develop apps. build responsive and accessible mobile-first projects for the web with an easy to use component library.
Read more >How to use Grommet library in React Application
Grommet library is simple to use and one of the best React Native Libraries. Read the information to know something more about this...
Read more >Grommet is dead, but nobody told me | by Atanas Stoyanov
Grommet ended up being the one library that fit pretty much all the criteria above, and as a plus had nice starter sample...
Read more >Getting to know Grommet, an open-source UI dev tool | HPE
Grommet is a library of reusable UI components helps developers create web applications. Learn what Grommet can do, the problems it ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@olifante any update on using grommet with next.js? I’m having issues using grommet components as they don’t seem to be ssr compatible
Grommet looks really great. Do you guys know how to make it work as a UI library together with next.js? It makes it even easier to get started with universal React apps than creat-react-app. It’s pretty simple to use Rebass or MuiCSS with next.js, but I’m not sure how well Grommet would play with next.js.