feat: use <button> to improve a11y and keyboard navigation experience (#74)
This commit is contained in:
@@ -20,6 +20,7 @@ tools.forEach((item) => {
|
||||
export default defineConfig({
|
||||
shortcuts: [
|
||||
['tag', 'text-sm cursor-pointer inline-flex justify-center items-center transition shadow hover:shadow-md'],
|
||||
['pureTag', 'text-sm inline-flex justify-center items-center transition shadow'],
|
||||
['btn', 'text-sm px-4 py-1 rounded inline-block bg-blue-600 text-white cursor-pointer hover:bg-blue-700 disabled:cursor-default disabled:bg-gray-600 disabled:opacity-50'],
|
||||
],
|
||||
presets: [
|
||||
|
||||
Reference in New Issue
Block a user