Livewire date-picker

Hello some one can help me ?

I got Unable to locate a class or view for component [date-picker]

when I try to use

There is no date-picker component in Livewire. You need to add it yourself.

Ok! how to create this component and use it ?

You can use any JavaScript datepicker component.
First read the section about wire:ignore:

There is no quick and easy answer.
You just need to understand that when Livewire is re-rendering your component, you have to reinitialize your JS components inside your component or make Livewire ignore them.