daisyui icon indicating copy to clipboard operation
daisyui copied to clipboard

sugestion: in the preview,html tab add a react or nextjs tab

Open crlshn opened this issue 2 years ago • 3 comments

on the preview tab, html tab....add nextjs tab that change tags to camelCase and change some like Class to className

<div className="carousel w-full">
  <div id="slide1" className="carousel-item relative w-full">
    <img src="https://placeimg.com/800/200/arch" className="w-full" />
    <div className="absolute flex justify-between transform -translate-y-1/2 left-5 right-5 top-1/2">
      <a href="#slide4" className="btn btn-circle">❮</a> 
      <a href="#slide2" classNAme="btn btn-circle">❯</a>
    </div>

thanks

crlshn avatar Aug 16 '22 20:08 crlshn

I am working on it should be done soon #1034 just need to sort the syntax highlight for the React.

WickedInvi avatar Aug 17 '22 14:08 WickedInvi

Pull request has been done #1035. Code needs to be reviewed and merged.

WickedInvi avatar Aug 18 '22 07:08 WickedInvi

Thank you. Amazing job.
I will review it to make sure all examples are okay.

saadeghi avatar Aug 19 '22 01:08 saadeghi