Skip to main content
Module

x/jotai/website/src/utils/index.js

👻 Primitive and flexible state management for React
Go to Latest
File
import kebabCase from 'just-kebab-case';
export const getAnchor = (value) => { return typeof value === 'string' ? kebabCase(value.toLowerCase().replaceAll("'", '')) : '';};