Next.js Example

Craft your next amazing library using

Harness the full potential of React 18 Server Components!

// Using esbuild-raw-plugin, we embedded this code into
// a .tsx file, enabling IDE IntelliSense support.

// available components Dots1, Dots2, Bars1, Bars2
<div className="${styles.center}">
  <Bars1 color="var(--text-color)" />
</div>;

Fork Me on GitHub