Skip to content

Files

Latest commit

30f9cb8 · Dec 26, 2024

History

History

lib

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 12, 2024
Dec 26, 2024
Dec 26, 2024
Feb 21, 2023
Feb 1, 2023
Jan 1, 2023

the future is bright

Usage

npm install bright

Use it from a server component, for example in Next.js app/page.js:

import { Code } from "bright"

export default function Page() {
  return <Code lang="py">print("hello brightness")</Code>
}

Docs: https://bright.codehike.org

Credits

  • Thanks LEI Zongmin for providing the bright npm package name

License

MIT