native-css icon indicating copy to clipboard operation
native-css copied to clipboard

How to integrate to React project?

Open kidqn opened this issue 7 years ago • 5 comments

Recently I've found this module match my need that is convert a link CSS file to JSON. So I want to use it in my project. I tried to import it but seem nothing worked. Can you help me config it?

kidqn avatar Aug 30 '17 04:08 kidqn

Oh, sorry @kidqn by delay. Yeah, sure. Using as module or CLI?

raphamorim avatar Aug 31 '17 20:08 raphamorim

Hi raphamorim, sorry for late reply. I want to use it as module.

For example, I have a simple button, click it then implement your native-css. How can I do that? I'm a front end dev so I'm not familiar with some node js module :)

Thanks.

kidqn avatar Sep 07 '17 09:09 kidqn

@raphamorim Does this module work on the front-end?

RalleSaid avatar Sep 13 '17 20:09 RalleSaid

nopes @RalleSaid. sorry again @kidqn.

This module is intent to work as a node module, but I'm curious about propose it to frontend layer. It's possible to extend it to work on browser, however the api interface will change.

raphamorim avatar Sep 14 '17 00:09 raphamorim

cssobjects-loader is now available for webpack4
but there are still some enhancements to be made
maybe you want to have a look

DoubleU23 avatar Nov 06 '18 14:11 DoubleU23